Meta description:
When performing a Block reaction, the user may spend 5 Success Points (SP) to reduce the reaction cooldown by 1. Each subsequent reduction costs 1 SP more than the previous one (2s = 11 SP, 3s = 18 SP, etc.).
-
Name:
mBlockMasteryI
-
Displayed name:
Block mastery I
-
Description:
When performing a Block reaction, the user may spend 5 Success Points (SP) to reduce the reaction cooldown by 1. Each subsequent reduction costs 1 SP more than the previous one (2s = 11 SP, 3s = 18 SP, etc.).
-
Cost:
expCost(spAmountMod(5)*450,400)
-
Script:
-
Duration:
-1
-
Type:
0
-
Recurrent script:
-
Add ons:
-
Condition:
action:tagsContain([[block]]) or action.name == [[aBlock]]
-
Description:
-
Variables:
vBlockSpAmount = 5
-
Script:
-
Action effects:
-
Use case:
1
-
Name:
-
Description:
You spend vBlockSpUsed.string of cooldown reduction on your reactions.
-
Script:
character.currentReaction = character.currentReaction - {{vBlockSpUsed.value}}
-
Variables:
vBlockSpUsed = NumberVariable([[vBlockSpUsed]],[[Reduction]],0,[[]]) vBlockSpUsed.valueDisplay.value = [[sum("n",1,self,[=[vBlockSpAmount+n-1]=]) .. " SP for " .. self .." s"]]
-
-
-
Upgrades:
-
Name:
mBlockMasteryII
-
Displayed name:
Block mastery II
-
Description:
Reduces the amount needed for the first reduction to 4 SP.
-
Cost:
-
Script:
master.displayName:set([[Block mastery II]]) master.description:replace([[spend 5 Success]],[[spend 4 Success]]) master.description:replace([[2s = 11 SP]],[[2s = 9 SP]]) master.description:replace([[3s = 18 SP]],[[3s = 15 SP]]) master.addOns[1].variables.value = [[vBlockSpAmount = 4]] master.cost:replace("spAmountMod(5)","spAmountMod(4)")
-
Duration:
-1
-
Type:
0
-
Recurrent script:
-
Add ons:
-